projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec57c6c
)
inspector: Make it easier to cut'n'paste advice message
author
Bastien Nocera
<hadess@hadess.net>
Wed, 18 Mar 2015 10:44:40 +0000
(11:44 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 19 Mar 2015 02:05:46 +0000
(22:05 -0400)
The message says "Enable statistics with GOBJECT_DEBUG=instance-count"
but the message itself isn't selectable, making it hard to cut'n'paste.
https://bugzilla.gnome.org/show_bug.cgi?id=746391
gtk/inspector/statistics.ui
patch
|
blob
|
history
diff --git
a/gtk/inspector/statistics.ui
b/gtk/inspector/statistics.ui
index 820a39bde36a0d056a112d38c027c890e4817426..82672db2d175c0a3931cd83066159c6c2e242841 100644
(file)
--- a/
gtk/inspector/statistics.ui
+++ b/
gtk/inspector/statistics.ui
@@
-161,6
+161,7
@@
<child>
<object class="GtkLabel">
<property name="visible">True</property>
+ <property name="selectable">True</property>
<property name="label" translatable="yes">Enable statistics with GOBJECT_DEBUG=instance-count</property>
</object>
</child>